vendor/golang.org/x/text/transform.link.n (field)
15 uses
vendor/golang.org/x/text/transform (current package)
transform.go#L366: n int
transform.go#L370: return l.b[l.p:l.n]
transform.go#L374: return l.b[l.n:]
transform.go#L400: c.link[i].p, c.link[i].n = 0, 0
transform.go#L411: srcL.b, srcL.p, srcL.n = src, 0, len(src)
transform.go#L412: dstL.b, dstL.n = dst, 0
transform.go#L423: out.n += nDst
transform.go#L425: if i > 0 && in.p == in.n {
transform.go#L426: in.p, in.n = 0, 0
transform.go#L434: return dstL.n, srcL.p, ErrShortDst
transform.go#L436: if out.n != 0 {
transform.go#L457: if needProgress && nSrc == 0 || in.n-in.p == len(in.b) {
transform.go#L465: in.p, in.n = 0, copy(in.b, in.src())
transform.go#L489: c.link[i].p, c.link[i].n = 0, 0
transform.go#L493: return dstL.n, srcL.p, err
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |